Tag

config files

1 post

Preferred method for read only Config files

Preferred method for read only Config files

I had come across an article where you can use the following line to read custom section settings from your config file (where SectionName is the name of your section) in .Net. NameValueCollection myD…

·Randy Walker